Skip to main content

GridDataColumn

The GridDataColumn class represents a column in a grid structure, containing metadata such as name, formatting, visibility, and alignment.

Properties

NameDescription
CaptionA dictionary containing localized captions for the column, typically keyed by language.
EditTypeSpecifies the type of editing allowed for the column.
PrecisionThe number of decimal places to be used for numeric values in the column.
PreferredWidthDefines the preferred width of the column.
DisableToExportIndicates whether the column should be excluded from exports.
FormatSpecifies the format to be applied to the column values.
NameThe unique name of the column.
VisibleIndicates whether the column is visible in the grid.
IndexThe optional index of the column in the grid.
ControlTypeThe type of control used for editing the column's data.
UseThousandSeperatorIndicates whether a thousand separator should be used for numeric values.
HorizontalAlignmentSpecifies the horizontal alignment of the column content.